home *** CD-ROM | disk | FTP | other *** search
- " simple test cases "
- "
- *
- * These are tests for the polynomial representations.
- *
- * tests.self,v 1.3 1993/05/23 23:16:47 richards Exp
- *
- * tests.self,v
- * Revision 1.3 1993/05/23 23:16:47 richards
- * Now test4.self
- *
- # Revision 1.2 1992/08/19 02:00:39 richards
- # Added a description.
- #
- # Revision 1.1 1992/07/05 22:11:03 richards
- # Initial revision
- #
- *
- *
- *
- "
-
- _AddSlotsIfAbsent: (| foo. bar. baz. hunk. junk. |)
-
- foo: aa scalar create: 'A'
- bar: aa scalar create: 'B'
- junk: foo + bar
- junk printLine " outputs A+B "
-
-
- hunk: foo * bar + junk
- hunk printLine
-
-
-
-
-
-
-
-